Entity Usable
Usable is the parent class of all world Entity types which can be interacted with.
This does not include items which can be picked up, only those which are visible on the map.
Subclass of Entity.
Functions
| IsReusable () | IsReusable returns true if the entity can be used more than once. |
Fields
| isUsable | Flag indicating a class is a subclass of Usable. |
Functions
- IsReusable ()
-
IsReusable returns true if the entity can be used more than once.
Returns:
-
A boolean indicating if the entity can be used more than once.